home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / freeWAIS-sf-1.1 / regexp / Makefile < prev    next >
Encoding:
Makefile  |  1995-07-26  |  1.6 KB  |  75 lines

  1. # Generated automatically from Makefile.in by configure.
  2. ############################ -*- Mode: Makefile -*- ###########################
  3. ## Makefile.in --
  4. ## ITIID           : $ITI$ $Header $__Header$
  5. ## Author          : Ulrich Pfeifer
  6. ## Created On      : Mon Mar 21 15:19:18 1994
  7. ## Last Modified By: Ulrich Pfeifer
  8. ## Last Modified On: Thu Dec 22 15:55:06 1994
  9. ## Update Count    : 24
  10. ## Status          : Unknown, Use with caution!
  11. ###############################################################################
  12. prefix = /usr/skunk
  13. exec_prefix = ${prefix}
  14. VPATH = /v/wrk/usr/src/Tools/freeWAIS-sf-1.1/regexp
  15.  
  16.            srcdir = /v/wrk/usr/src/Tools/freeWAIS-sf-1.1/regexp
  17.                RM = rm -f
  18.                AR = ar cq
  19.            RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
  20.                CC = cc
  21.            CFLAGS = -g
  22.              DEFS = -DHAVE_CONFIG_H    
  23.          CPPFLAGS =
  24.            RANLIB = ranlib
  25.              SRCS = regexp.c regerror.c regsub.c try.c
  26.              OBJS = regexp.o regerror.o regsub.o
  27.  
  28. .c.o:
  29.     $(CC) -c $(CPPFLAGS) $(DEFS) -I$(srcdir) $(CFLAGS) $<
  30.  
  31.  
  32. all: libregexp.a
  33.  
  34. try: try.o libregexp.a
  35.     $(RM) $@
  36.     $(CC)  $(LDFLAGS) -o $@ try.o libregexp.a $(LIBS)
  37.  
  38. clean::
  39.     $(RM) try
  40.  
  41. test: try tests
  42.     @echo 'No news is good news...'
  43.     try <tests
  44.  
  45. veryclean:: clean
  46.     $(RM) try libregexp.a
  47.  
  48. libregexp.a: $(OBJS)
  49.     $(RM) $@
  50.     $(AR) $@ $(OBJS)
  51.     $(RANLIB) $@
  52.  
  53. clean::
  54.     $(RM_CMD) "#"*
  55.  
  56. Makefile:
  57.     $(SHELL) ../config.status
  58.  
  59. tags::
  60.     $(TAGS) -w *.[ch]
  61.     $(TAGS) -xw *.[ch] > TAGS
  62.  
  63.  
  64. install::
  65.     @echo "install in $(CURRENT_DIR) done"
  66.  
  67. install.man::
  68.     @echo "install.man in $(CURRENT_DIR) done"
  69.  
  70. Makefiles::
  71.  
  72. includes::
  73.  
  74.  
  75.